home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_1820 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  148 b   |  8 lines

  1. var onEnterFrame = function()
  2. {
  3.    _X = _root.cam._x;
  4.    _Y = _root.cam._y;
  5.    _height = _root.cam._height;
  6.    _width = _root.cam._width;
  7. };
  8.